-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated legacy color names #1526
Conversation
Hey @amelako, Thanks! |
🦋 Changeset detectedLatest commit: 46fc10c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup/oss-circuit-ui/2PYSAti3Q6rHoMCaXLJbcM6U5gVX |
Codecov Report
@@ Coverage Diff @@
## canary #1526 +/- ##
==========================================
+ Coverage 92.52% 92.61% +0.08%
==========================================
Files 197 197
Lines 4134 4076 -58
Branches 1273 1239 -34
==========================================
- Hits 3825 3775 -50
+ Misses 290 282 -8
Partials 19 19
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to add to Robin's comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹✨
Purpose
Remove the deprecated legacy color names (
success
,warning
anddanger
)Approach and changes
remove the deprecated
success
,warning
anddanger
color namesreplace its use in the Body and Badge components
Definition of done